-------------------------------------------------------------------------- Setup hints for using BGFAX with FD 2.12/SW and Class 1 modems 03-24-94 B.J. Guillot FidoNet 106/400 InterNet: st1r8@jetson.uh.edu -------------------------------------------------------------------------- Keep in mind that fax commands cannot be stored in NVRAM. Here is the relevant information from FDSETUP ... [FDSETUP] Modem -> Command Strings Dial ..... AT Prefix .. +FCLASS=0;DT Init-1 ... ATHZ| [FDSETUP] Modem -> Answer control Manual answer Yes Force answer ... AT+FCLASS=1|~AT+FAE=1;A| Answer delay ... 2 The "at+fae=1" causes the modem to answer adaptively, i.e., to automatically determine whether the incoming call is fax or data and return the response to the modem. The Answer delay may need to be modified if you are using Caller ID in the Supra LC modem or an external box with the Hayes 288. [FDSETUP] Modem -> Default Settings -> Messages Fax ... FAX [FDSETUP] Mailer -> Errorlevels Fax ... 255 FDRUN.BAT should contain something similar to ... @echo off c: cd\fd fd if errorlevel 255 goto fax if errorlevel 103 maint.bat if errorlevel 102 toss.bat if errorlevel 101 local.bat if errorlevel 100 dobbs.bat goto end :fax rem ---1 is for com1 and z is for zfax format bgfax /fhay:713_555_1212 c:\bgfax 1 z rem ---if that fails, try /fax:713_555_1212 fdrun.bat :end ========================================================================== Regards, B.J. Guillot